move
( animator#move in module ng
)
Fires the move DOM operation. Just before the animation starts, the animator will either append it into the parent container or add the element directly after the after element if present. Then the move animation will be run.
animator#move(element, parent, after);
element – {jQuery/jqLite element} –
the element that will be the focus of the move animation
parent – {jQuery/jqLite element} –
the parent element of the element that will be the focus of the move animation
after – {jQuery/jqLite element} –
the sibling element (which is the previous element) of the element that will be the focus of the move animation